| commit | b486438649f9d98f8578efc3068ce91a34e5328c | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Feb 25 13:08:39 2025 -0800 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 25 13:08:39 2025 -0800 |
| tree | 236b2060c7d30a2dc739e9465c06c24cc741e1ea | |
| parent | ab3dcb2def7395df97966c898d9b2a7855b9d068 [diff] | |
| parent | d5d78f56cfe99832480d8a728dc171d60965e7ce [diff] |
Merge "Revert^2 "Add SDK extension host exports to module SDKs."" into main
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.
This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests directory and follow the same structure.